This readme contains a short instruction to digitally sign a driver 
package.

1. Install the signing tools from Thesycon SignTools_v1.5.0.exe 
   Reboot the PC when required
2. Edit the file %DRV_PACKAGE%\signing\set_vendor_certificate.cmd 
   Follow the instructions in this file.
3. Make your modifications in the INF files in the folders 
   %DRV_PACKAGE%\drvpackage_XXX
4. Make sure the PC has installed the Authenticode certificate with 
   private key and the PC has access to the Internet
5. Run %DRV_PACKAGE%\setup\create_and_sign_setup_packages.cmd
   Check the output of this script 
	 
6. Find the digitally signed driver packages with installer in 
   %DRV_PACKAGE%\setup\_disk and the debug version in 
	 %DRV_PACKAGE%\setup\_disk_debug
	 
When you plan structural changes like new driver names, additional drivers,
or less drivers than the current package provides, modify the script 
%DRV_PACKAGE%\setup\create_and_sign_setup_packages.cmd and %DRV_PACKAGE%\setup\setup.ini 
related to your needs.
